home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / bn_assoz.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  767 b   |  33 lines

  1. /*****************************************************************************
  2.   FILE           : bn_assoz.h
  3.   SHORTNAME      : bn_assoz
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Bignet Auto Assoziative Function Prototypes
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Guenter Mamier
  10.   DATE           : February 11 1994
  11.  
  12.   CHANGED BY     : 
  13.   IDENTIFICATION : @(#)bn_assoz.h    1.3 3/2/94
  14.   SCCS VERSION   : 1.3
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _BN_ASSOZ_DEFINED_
  21. #define  _BN_ASSOZ_DEFINED_
  22.  
  23. /* begin global definition section */
  24.  
  25. extern void bn_create_assoz (void);
  26.  
  27. /* end global definition section */
  28.  
  29. #endif
  30.  
  31.  
  32.  
  33.